Autogenerated HTML docs for v1.6.2-rc0 
diff --git a/git-config.html b/git-config.html index 16c1f65..837a407 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1530,8 +1530,8 @@  <dd>   <p>   Use customized color for <em>git-add --interactive</em>  - output. <tt>&lt;slot&gt;</tt> may be <tt>prompt</tt>, <tt>header</tt>, or <tt>help</tt>, for  - three distinct types of normal output from interactive  + output. <tt>&lt;slot&gt;</tt> may be <tt>prompt</tt>, <tt>header</tt>, <tt>help</tt> or <tt>error</tt>, for  + four distinct types of normal output from interactive   programs. The values of these variables may be specified as   in color.branch.&lt;slot&gt;.   </p>  @@ -2389,6 +2389,18 @@  </p>   </dd>   <dt>  +interactive.singlekey  +</dt>  +<dd>  +<p>  + In interactive programs, allow the user to provide one-letter  + input with a single key (i.e., without hitting enter).  + Currently this is used only by the <tt>--patch</tt> mode of  + <a href="git-add.html">git-add(1)</a>. Note that this setting is silently  + ignored if portable keystroke input is not available.  +</p>  +</dd>  +<dt>   log.date   </dt>   <dd>  @@ -3075,7 +3087,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-02-06 09:53:20 UTC  +Last updated 2009-02-07 21:42:54 UTC   </div>   </div>   </body>